home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / FABSOFT / ONTHISDAY / !OnThisDay / !Help next >
Text File  |  1998-01-18  |  5KB  |  124 lines

  1.               ___          _____ _     _       ____              
  2.              / _ \ _ __   |_   _| |__ (_)___  |  _ \  __ _ _   _ 
  3.             | | | | '_ \    | | | '_ \| / __| | | | |/ _` | | | |
  4.             | |_| | | | |   | | | | | | \__ \ | |_| | (_| | |_| |
  5.              \___/|_| |_|   |_| |_| |_|_|___/ |____/ \__,_|\__, |
  6.                                                            |___/ 
  7. On This Day is a program to display historical information. There have been
  8. several other programs around of this type for the Acorn, but this one is
  9. different in that it does not install an icon on the icon bar and will quit
  10. as soon as you close its window. Because of this it is quite handy for use
  11. in a boot sequence.
  12.  
  13. As supplied, it has a large collection of dates. They are harvested from
  14. !Today by James Miskin, which were in turn harvested from an American PC
  15. application. As such, quite a lot of the dates have a Californian flavour.
  16. However it is quite easy to add your own...
  17.  
  18. This is version 2.00 of !OnThisDay. Quite a lot has changed, including
  19. support for the extra event types included in !Today version 3.
  20.  
  21. If you already have a copy of !Today on your hard drive, you can set the
  22. program up to use this instead of it's own data files. The best way to do
  23. this is to had a line in your boot sequence similar to the following:
  24.  
  25. Set OnThisDay$DataDir ADFS::HardDisc4.$.Fun.!Today.TodayData
  26.  
  27. Obviously you will need to change the file path to point to the location of
  28. files on your own hard drive.
  29.  
  30. If you don't have a copy of !Today, !OnThisDay has it's own data files in
  31. the directory 'TodayData' living inside it. You can download !Today from
  32.  
  33. http://www.argonet.co.uk/users/miskin/
  34.  
  35. Adding your own dates
  36. ---------------------
  37. If you have !OnThisDay set up to use !Today's data, then you should use
  38. !Today's 'Add date' facility to add dates. It's easier. If not, see below...
  39.  
  40. The data for !OnThisDay is stored inside '!OnThisDay.TodayData'. Inside this
  41. directory you will see a file called 'own'. This is for your own information.
  42. The dates are stored as ASCII in the following format:
  43.  
  44. Col    Description
  45. 1    Event type:    S for special events
  46.             R for a reminder
  47.             B for a birthday
  48.             D for a death
  49.             W for a war
  50.             I for a discovery
  51.  
  52. 2-5    Month and day as MMDD with leading zeros. For example, 0609 is the
  53.     9th of June. Zeros for month or day will cause all months or days to
  54.     match, eg 0009 will match the ninth of every month and 0600 would
  55.     match every day of June
  56.  
  57. 6-9    The full year as 4 digits. Negative dates display as BC
  58.  
  59. 10    Special processing flag. Values can be:
  60.     SPACE for no processing
  61.  
  62.     C will continue a message from the previous line.
  63.      eg. S09051982 Robert Hampton is born. His wit and programming
  64.          S09051982Cskill would inspire people for centuries to come.
  65.     this will display on one line. Note that date fields must be repeated
  66.  
  67.     Day of week: 1=Sunday, 7=Saturday. This will cause the message to
  68.     display only on that day of the week.
  69.  
  70. 11-    Text followed by newline.
  71.  
  72. This program does not check for incorrect format and will probably crash! I'd
  73. advise you to take a backup in case you screw things up totally.
  74.  
  75. History
  76. -------
  77. * indicates released on FABsoft site.
  78.  
  79.  1.00    Original version, which displayed births and events as separate
  80.     icons. and also had an icon bar icon.
  81.  1.01    No icon bar icon, but still had info box and menu
  82. *1.02    Removed menus and infobox.
  83.  
  84.  1.50    Wahey! Got Internet access! Looked at the Miskin page and discovered
  85.       that !Today had been updated to support extra event types. Made a
  86.   to    mental note to 'do' that as soon as possible.
  87.         This necessitated a total re-write, as my original sloppy coding
  88.  1.99    couldn't handle it :-( Info box and menus return! :-)
  89. *2.00    Finished! Released on web site.
  90.  
  91. Licence
  92. -------
  93. OnThisDay is © Robert Hampton 1997,8
  94.  
  95. This program is Freeware. This means that you may distribute it freely by any
  96. means, provided you do NOT alter the program in any way, or charge more than
  97. a reasonable fee to cover distribution costs.
  98.  
  99. Any magazine wishing to distribute this program should contact me (see below)
  100. and get the latest version.
  101.  
  102. Acknowledgements
  103. ----------------
  104. This program is actually based on a little thing that I used to see on my
  105. school's network (Merchant Taylor's School, Crosby, Merseyside). Probably 
  106. one of the few secondary schools that still use Acorns, and they might not
  107. have them much longer either :-((
  108.  
  109. Various bits from BLib II, which is a very nice utility for BASIC
  110. programmers. Crunched using BasCrunch.
  111.  
  112. Contact
  113. -------
  114. Bug reports can be sent and updates can be obtained in following ways
  115. (in order of preference):
  116.  
  117. Web:    http://www.argonet.co.uk/homepages/fabland/fabsoft/
  118. E-mail:    fabland@argonet.co.uk
  119. Post:    FABsoft
  120.     c/o Robert Hampton
  121.     1 Glendale Close
  122.     Liverpool
  123.     L8 9XT
  124.